home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Leser 19 / Amiga Plus Leser CD 19.iso / Tools / Development / source-highlight-1.6.1 / Doc / mono-alt.css < prev    next >
Cascading Style Sheet File  |  2002-11-17  |  315b  |  31 lines

  1. BODY {
  2.   color: white;
  3.   font-weight: normal;
  4.   background-color: black;
  5. }
  6.  
  7. .keyword {
  8.   color: white;
  9.   font-weight: bold;
  10.   text-decoration: underline;
  11. }
  12.  
  13. .type {
  14.   color: white;
  15.   font-weight: bold;
  16. }
  17.  
  18. .string {
  19.   color: silver;
  20. }
  21.  
  22. .comment {
  23.   color: gray;
  24.   font-style: italic;
  25. }
  26.  
  27. .number {
  28.   color: white;
  29. }
  30.  
  31.